论坛精华 >> Oracle 专栏 >> A 7-10 Relocating or Renaming Online Redo log files [查看别人的评论]

由 webmaster 发布于: 2001-03-02 21:57

How to relocate or rename online redo log files

1.copy the online redo log files to the new location
2.Execute the ALTER DATABASE RENAME FILE command.

The locations of the online redo log files can be changed by renaming the online redo log files.Before renaming the online redo log files , ensure that the new online redo log file exists.The oracle server changes only the pointers in the control files ,but does not physically rename or create any operation system files.


ALTER DATABASE [database] RENAME FILE 'filename'[,'filename']... TO 'filename'[, 'filename'] ...

点这里对该文章发表评论

该文章总得分是 0 分,你认为它对你有帮助吗? [非常多](0) [有一些](0) [无帮助](0) [是灌水](0)

Copyright © 2001 - 2009 JSP001.com . All Rights Reserved